home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / userconf / helpf.c < prev    next >
C/C++ Source or Header  |  1995-08-27  |  196b  |  12 lines

  1.  
  2. #include "../misc/misc.h"
  3. #include "internal.h"
  4. #include "userconf.h"
  5. #include "../paths.h"
  6.  
  7. PUBLIC USERCONF_HELP_FILE::USERCONF_HELP_FILE (const char *fname)
  8.     : HELP_FILE (HELP_USER,fname)
  9. {
  10. }
  11.  
  12.